home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-05-01 | 1.2 KB | 13 lines | [TEXT/MPS ] |
- Echo "∂t∂tCompiling ScriptableObjects.cp"
- FilterCPlusOutput :Sources:ScriptableObjects.cp -o :Objects:ScriptableObjects.cp.o {MyPreCPlusOptions} -model near -sym on,nolines -mf -b2 -opt full -w1 -z15 -z17 -y "{Boot}" {SymbolOption} {ModelOption} {MyCPlusOptions} -i "{CIncludes}" -i ":Sources:"
- Echo "∂t∂tLinking :Objects:SimpliFace2.obj"
- ILink {SymbolOption} -model near -d -t APPL -c SIMF -o :Objects:SimpliFace2.obj ":Objects:Application.cp.o" ":Objects:SimpliFace2.cp.o" ":Objects:WindowObj.cp.o" ":Objects:ScriptableObjects.cp.o" ":Objects:ScriptUtils.cp.o" ":Objects:ObjModelEvents.cp.o" ":Objects:ObjModelTokens.cp.o" ":Objects:PascalString.cp.o" ":Objects:ListOfLongs.cp.o" ":Objects:DebugTrace.cp.o" "{Libraries}Runtime.o" "{Libraries}Interface.o" "{CLibraries}"CPluslib.o "{CLibraries}"StdCLib.o "{PLibraries}"PasLib.o "{Libraries}"AEObjectSupportLib.o ":Sources:"DebugTranscript.lib ":Sources:"AEGizmosWithGlobals.lib
- If `exists ":Objects:SimpliFace2.obj.SYM"`
- move -y ":Objects:SimpliFace2.obj.SYM" ":Built:SimpliFace2.SYM"
- end
- Echo "∂t∂tRezzing :Built:SimpliFace2"
- Rez -t APPL -c SIMF -s ":Objects:" ∂
- -i ":Sources:" ∂
- -i "{RIncludes}" -i ":Objects:" -o :Built:SimpliFace2 ":Sources:SimpliFace2.r"
- SetFile -a iB :Built:SimpliFace2
-